CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - max flow

搜索资源列表

  1. tom_cow

    0下载:
  2. we use breadth-first algorithm to find a augmenting path The max flow is all the power flow out the source node or sink into the destination node.
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:1898
    • 提供者:shijie
  1. MinCutAlgorithm

    0下载:
  2. 这是自己用c#写的一段关于图的最小切的算法,主要参考了论文: 《An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision》 此文中的算法是目前比较优秀的最小切算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3193
    • 提供者:张曦
  1. An_Experimental_Comparison_of_maxflow_aigorithm.ra

    0下载:
  2. 是基于Graph cuts 的源程序,用来求解Min-Cut/Max-Flow.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:50827
    • 提供者:余丽红
  1. max flow/min cut

    1下载:
  2. max flow/min cut 实现最大流最小割算法的程序
  3. 所属分类:C#编程

  1. flow

    0下载:
  2. 即时监控网络流量并统计最大最小流量,并以图表的形式体现出来-Real-time monitoring network traffic and statistics max-min flow rate, and to chart out the form of
  3. 所属分类:SNMP

    • 发布日期:2017-05-24
    • 文件大小:8123486
    • 提供者:图图
  1. max-flow-min-cut-theorem

    0下载:
  2. 初学最大流最小割的几个很有用的参考资料,详细介绍了它的应用,很有帮助哦!-Maximum flow minimum cut beginner several useful references, details of its application, very helpful Oh!
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:4034552
    • 提供者:wade
  1. maxflow-v3.0.src.tar

    0下载:
  2. 图像处理最大流最小割经典算法,适合初学者使用!-A classic max flow/min cut algorithm in image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:13609
    • 提供者:霓棠烟鱼
  1. Ford-Fulkerson

    0下载:
  2. Ford-Fulkerson Min cut / Max flow-Ford-Fulkerson Min cut/Max flow
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6449
    • 提供者:M
  1. max_flow

    0下载:
  2. 介绍最大流算法的ppt,The Ford-Fulkerson Augmenting Path Algorithm,The Capacity Scaling Algorithm,The Goldberg-Tarjan Preflow Push Algorithm,-Introduction maximum flow algorithm ppt, The Ford-Fulkerson Augmenting Path Algorithm, The Capacity Scaling Algorithm,
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2870102
    • 提供者:ltryee
  1. newmaxflowaigorithm

    0下载:
  2. 实现了An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision [Yuri Boykov and Vladimir Kolmogorov]中的新的最大流算法,经过实验验证比传统的最大流算法效率更高-Achieved An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Mini
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1285
    • 提供者:ray
  1. MAX_flow

    0下载:
  2. MATLAB 网络最佳流,最大截源码库。-max flow for MATLAB
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:1142
    • 提供者:Harvey
  1. MaxFlowcpp

    0下载:
  2. max flow min cut in c++ code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:888
    • 提供者:ansu
  1. Max-flow

    0下载:
  2. 用于计算最大流量,可用于陆路交通和河流等交通系统中的流量计算-Used to calculate the maximum flow, can be used for land transport and river transport systems such as the flow calculation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1504
    • 提供者:Le
  1. ford-max-flow

    0下载:
  2. 解决最小费用最大流问题,一般有两条途径。一条途径是先用最大流算法算出最大流,然后根据边费用,检查是否有可能在流量平衡的前提下通过调整边流量,使总费用得以减少?只要有这个可能,就进行这样的调整。调整后,得到一个新的最大流。-Minimum cost maximum flow problem to solve, there are generally two ways. One way is to use a maximum flow algorithm to calculate the maxim
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1215
    • 提供者:刘适
  1. max-flow

    0下载:
  2. 最大网络流模板 EK算法 uva Internet Bandwidth 解答-The maximum network flow algorithm uva Internet Bandwidth template EK answers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:47532
    • 提供者:jason
  1. max-flow-min-cut

    0下载:
  2. max-flow/min-cut algo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:15244
    • 提供者:kunaldanger
  1. max-flow

    0下载:
  2. kolmogorov提出的最大流算法代码,可运行,里面有具体事例-Max flow
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:17535
    • 提供者:戴超
  1. Dinic java algorithm

    0下载:
  2. Dinic java algorithm max flow
  3. 所属分类:数学计算/工程计算

  1. Dinic python algorithm

    0下载:
  2. Dinic python algorithm for max flow
  3. 所属分类:数学计算/工程计算

  1. Max-flow

    0下载:
  2. 在这个函数的编制中存在一个细节,当任取一个已标号未检查的点的时候,我取的最靠前的点。如果加进随机选取的语句,每次运行程序可能会出现不同的最大流结果。-There is a detail in the preparation of this function, and when I take a point that has not been checked, I take the closest point. If you add a randomly selected statement, y
  3. 所属分类:系统编程

    • 发布日期:2017-04-13
    • 文件大小:1145
    • 提供者:223
« 12 3 4 »
搜珍网 www.dssz.com